home *** CD-ROM | disk | FTP | other *** search
/ PC World 2008 May / PCWorld_2008-05_cd.bin / domacnost a kancelar / emeditor / emed7004epx.msi / _982AF7EB366F1A9F9E7C8D775729ACD5 / _7C92E7FF5577430DACA7521BD491C13A < prev    next >
Text File  |  2001-08-31  |  133b  |  5 lines

  1. ' VBScript sample using Windows Script Host
  2. '
  3. Set WshShell = WScript.CreateObject("WScript.Shell")
  4. WshShell.Popup "Hello World!"
  5.